﻿NESSplitter v1.0
================
Codework by Morgan Johansson (morjoh75@icloud.com)

Requirements
-------------
This tool is created using .NET Core 8 so you'll probably need that on your machine. The exe is compiled
for Windows.

What is this?
-------------
This is a commandline-tool for splitting a Nintendo .NES-ROM file into segments. Every PRG and CHR-bank
are splitted into separate files. The header is extracted aswell.

Usage
-----
NESSplitter.exe <filename> <outputPath>

History
-------
v1.00	2024-01-29	- First release

